home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Applications 2002 November / SGI IRIX 6.5 Applications 2002 November.iso / dist / gateway.idb / usr / WebFace / Source / 20-NetworkServices / rsvp / description.frm.z / description.frm
Encoding:
Text File  |  2002-06-12  |  2.8 KB  |  70 lines

  1. #! /usr/bin/perl5
  2. #
  3. # description.frm
  4. #
  5. # Copyright 1988-1996 Silicon Graphics, Inc.
  6. # All rights reserved.
  7. #
  8. # This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
  9. # the contents of this file may not be disclosed to third parties, copied or
  10. # duplicated in any form, in whole or in part, without the prior written
  11. # permission of Silicon Graphics, Inc.
  12. #
  13. # RESTRICTED RIGHTS LEGEND:
  14. # Use, duplication or disclosure by the Government is subject to restrictions
  15. # as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
  16. # and Computer Software clause at DFARS 252.227-7013, and/or in similar or
  17. # successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
  18. # rights reserved under the Copyright Laws of the United States.
  19. #
  20. # $Id: description.frm,v 1.4 1998/02/21 03:40:42 jrw Exp $ 
  21.  
  22. print <<EndOfFile;
  23. Content-type: text/html
  24.  
  25. <HTML><HEAD></HEAD><BODY>
  26. <H1>Resource Reservations</H1>
  27. <P>
  28. The Resource ReSerVations Protocol (RSVP) reserves network bandwidth for
  29. an application to ensure a higher quality of service for the
  30. application, regardless of the network load. RSVP is particularly useful
  31. for multimedia applications such as video conferencing and Internet
  32. telephony. </P>
  33. <P>
  34. To use RSVP, a destination application (that is, the application
  35. receiving the data) requests an amount of network bandwidth on a data
  36. path to the source of the data. The request is sent to the local RSVP
  37. daemon, <VAR>rsvpd</VAR>, which checks for available bandwidth on the
  38. local network interfaces. If bandwidth is available, <I>rsvpd</I>
  39. forwards the request to its neighbor on the data path. The process of
  40. checking and forwarding is repeated,  neighbor to neighbor, until the
  41. request reaches the data source. If sufficient bandwidth is available at
  42. each hop along the path, the request for reserved bandwidth is granted
  43. and a connection is established between the source and the destination.
  44. </P>
  45. <P>
  46. To configure the RSVP service on the local host, you must enable
  47. <I>rsvpd</I> and specify the level of error and event reporting that
  48. <I>rsvpd</I> records. You must also specify the bandwidth reserved for
  49. RSVP requests on individual network interfaces. This specification is
  50. handled by the IRIX packet scheduler, <I>psifconfig</I>. If you wish,
  51. you can disable RSVP on an individual network interface to prevent RSVP
  52. reservations on it.</P>
  53. <P>
  54. Use these forms to configure or change RSVP and view RSVP sessions on
  55. the Gateway server: <BR>
  56.  </P>
  57. <UL>
  58.     <LI>
  59.     <A HREF="index.rsvp1.shtml" TARGET="left">RSVP Daemon Configuration</A> 
  60.     <LI>
  61.     <A HREF="index.rsvp2.shtml" TARGET="left">RSVP Sessions Viewer</A> 
  62.     <LI>
  63.     <A HREF="index.rsvp3.shtml" TARGET="left">RSVP Interface Configuration</A> 
  64. </UL>
  65. <P>
  66. For additional information, see the rsvpd(1M), rstat(1M) and
  67. psifconfig(1M) reference pages. EndOfFile </P>
  68. </BODY></HTML>
  69. EndOfFile
  70.